TCustomDAUpdateSQL class overview.
Properties
Name | Description |
DataSet |
Used to hold a reference to the TCustomDADataSet object that is being updated.
|
DeleteObject |
Provides ability to perform advanced adjustment of the delete operations.
|
DeleteSQL |
Used when deleting a record.
|
InsertObject |
Provides ability to perform advanced adjustment of insert operations.
|
InsertSQL |
Used when inserting a record.
|
LockObject |
Provides ability to perform advanced adjustment of lock operations.
|
LockSQL |
Used to lock the current record.
|
ModifyObject |
Provides ability to perform advanced adjustment of modify operations.
|
ModifySQL |
Used when updating a record.
|
RefreshObject |
Provides ability to perform advanced adjustment of refresh operations.
|
RefreshSQL |
Used to specify an SQL statement that will be used for refreshing the current record by TCustomDADataSet.RefreshRecord procedure.
|
SQL |
Used to return a SQL statement for one of the ModifySQL, InsertSQL, or DeleteSQL properties.
|
Methods
Name | Description |
Apply |
Sets parameters for a SQL statement and executes it to update a record.
|
ExecSQL |
Executes a SQL statement.
|